projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fdf055
)
(locate-library): Bind jka-compr-inhibit to t.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 23 Oct 1997 07:01:19 +0000
(07:01 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 23 Oct 1997 07:01:19 +0000
(07:01 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 03fe4363434fb24d8ee56de439f4c04e4a38ab48..cc322482f14b38c0c49bfb2e5d57a1c5746ece6e 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-707,7
+707,8
@@
is used instead of `load-path'."
(interactive (list (read-string "Locate library: ")
nil nil
t))
- (let (result)
+ (let (result
+ (jka-compr-inhibit t))
(catch 'answer
(mapcar
(lambda (dir)